[−][src]Type Definition pspsdk_sys::sdk::PspHttpPasswordCB
type PspHttpPasswordCB = Option<unsafe extern "C" fn(request: c_int, auth_type: PspHttpAuthType, realm: *const c_uchar, username: *mut c_uchar, password: *mut c_uchar, need_entity: SceBool, entity_body: *mut *mut c_uchar, entity_size: *mut SceSize, save: *mut SceBool) -> c_int>;