pub unsafe extern "C" fn sceKernelReferThreadEventHandlerStatus(
uid: SceUID,
info: *mut SceKernelThreadEventHandlerInfo,
) -> c_intExpand description
Refer the status of an thread event handler
@param uid - The UID of the event handler @param info - Pointer to a ::SceKernelThreadEventHandlerInfo structure
@return 0 on success, < 0 on error