pub unsafe extern "C" fn sceHttpSetAuthInfoCallback(
    id: c_int,
    cbfunc: SceHttpAuthInfoCallback,
    userArg: *mut c_void
) -> c_int
Available on crate feature SceHttp_stub only.