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

Function CertSrvRestoreRegisterThroughFile

pub unsafe fn CertSrvRestoreRegisterThroughFile<P1, P2, P5>(
    hbc: *mut c_void,
    pwszcheckpointfilepath: P1,
    pwszlogpath: P2,
    rgrstmap: *mut CSEDB_RSTMAPW,
    crstmap: i32,
    pwszbackuplogpath: P5,
    genlow: u32,
    genhigh: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P5: Param<PCWSTR>,