Function wolf_crypto_sys::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