pub unsafe extern "C" fn napi_is_detached_arraybuffer(
    env: *mut napi_env__,
    value: *mut napi_value__,
    result: *mut bool
) -> u32