Function memrchr

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