CertRegisterPhysicalStore

Function CertRegisterPhysicalStore 

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