Function windows::Win32::Storage::Packaging::Appx::OpenPackageInfoByFullName

pub unsafe fn OpenPackageInfoByFullName<P0>(
    packagefullname: P0,
    reserved: u32,
    packageinforeference: *mut *mut _PACKAGE_INFO_REFERENCE,
) -> WIN32_ERROR
where P0: Param<PCWSTR>,