pub unsafe extern "C" fn jit_memchr(
    str_: *const c_void,
    ch: c_int,
    len: c_uint
) -> *mut c_void