pub unsafe extern "C" fn sceHttpParseStatusLine(
    statusLine: *const c_char,
    lineLen: c_uint,
    httpMajorVer: *mut c_int,
    httpMinorVer: *mut c_int,
    responseCode: *mut c_int,
    reasonPhrase: *mut *const c_char,
    phraseLen: *mut c_uint
) -> c_int
Available on crate feature SceHttp_stub only.