windows::Win32::Security::Cryptography::Certificates

Function CertSrvBackupOpenFileW

pub unsafe fn CertSrvBackupOpenFileW<P1>(
    hbc: *mut c_void,
    pwszattachmentname: P1,
    cbreadhintsize: u32,
    plifilesize: *mut i64,
) -> Result<()>
where P1: Param<PCWSTR>,