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

memrchr

Function memrchr 

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