pub unsafe fn NCryptOpenStorageProvider<P0>(
    phprovider: *mut NCRYPT_PROV_HANDLE,
    pszprovidername: P0,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>,