#[no_mangle]
pub unsafe extern "C" fn u_malloc_ocall(
    error: *mut c_int,
    size: size_t,
    align: size_t,
    zeroed: c_int
) -> *mut c_void