pub unsafe fn CertRegisterPhysicalStore<P0>(
    pvsystemstore: *const c_void,
    dwflags: u32,
    pwszstorename: P0,
    pstoreinfo: *const CERT_PHYSICAL_STORE_INFO,
    pvreserved: Option<*const c_void>,
) -> BOOL
where P0: Param<PCWSTR>,