Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

memccpy

Function memccpy 

Source
pub unsafe extern "C" fn memccpy(
    dest: *mut c_void,
    src: *const c_void,
    c: c_int,
    n: size_t,
) -> *mut c_void