Function memrchr

Source
pub unsafe extern "C" fn memrchr(
    __s: *const c_void,
    __c: i32,
    __n: usize,
) -> *mut c_void