pub unsafe extern "C" fn napi_get_prototype(
    env: *mut napi_env__,
    object: *mut napi_value__,
    result: *mut *mut napi_value__
) -> u32