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

memchr

Function memchr 

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