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