Type Alias PKCS12_PBES2_EXPORT_PARAMS

Source
pub type PKCS12_PBES2_EXPORT_PARAMS = _PKCS12_PBES2_EXPORT_PARAMS;

Aliased Type§

struct PKCS12_PBES2_EXPORT_PARAMS {
    pub dwSize: u32,
    pub hNcryptDescriptor: *mut c_void,
    pub pwszPbes2Alg: *mut u16,
}

Fields§

§dwSize: u32§hNcryptDescriptor: *mut c_void§pwszPbes2Alg: *mut u16