Skip to main content

wc_KeyPemToDer

Function wc_KeyPemToDer 

Source
pub unsafe extern "C" fn wc_KeyPemToDer(
    pem: *const c_uchar,
    pemSz: c_int,
    buff: *mut c_uchar,
    buffSz: c_int,
    pass: *const c_char,
) -> c_int