pub unsafe extern "C" fn APT_Initialize(
appId: NS_APPID,
attr: APT_AppletAttr,
signalEvent: *mut Handle,
resumeEvent: *mut Handle,
) -> ResultExpand description
Initializes an application’s registration with APT.
§Arguments
appId- ID of the application.attr- Attributes of the application.signalEvent- Pointer to output the signal event handle to.resumeEvent- Pointer to output the resume event handle to.