pub unsafe extern "C" fn APT_IsRegistered(
appID: NS_APPID,
out: *mut bool,
) -> ResultExpand description
Gets whether an application is registered.
ยงArguments
appID- ID of the application.out- Pointer to output the registration state to.