Function windows::Win32::Storage::Packaging::Appx::GetPackageFullName

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