mnn::prelude

Function memchr

source
pub unsafe extern "C" fn memchr(
    cx: *const c_void,
    c: i32,
    n: usize,
) -> *mut c_void