pub unsafe extern "C" fn sceRegMgrGetKeyStr(
    category: *const c_char,
    name: *const c_char,
    buf: *mut c_char,
    size: c_int
) -> c_int
Available on crate feature SceRegistryMgr_stub only.