pub unsafe fn GetPackageFamilyNameFromToken<P0>(
    token: P0,
    packagefamilynamelength: *mut u32,
    packagefamilyname: PWSTR,
) -> WIN32_ERROR
where P0: Param<HANDLE>,