Function spirv_reflect::ffi::memchr

source ·
pub unsafe extern "C" fn memchr(
    _Buf: *const c_void,
    _Val: c_int,
    _MaxCount: usize
) -> *mut c_void