pub unsafe fn GetPackageFullNameFromToken<P0>(
    token: P0,
    packagefullnamelength: *mut u32,
    packagefullname: PWSTR,
) -> WIN32_ERROR
where P0: Param<HANDLE>,