pub unsafe extern "C" fn jit_memcmp(
    s1: *const c_void,
    s2: *const c_void,
    len: c_uint
) -> c_int