Function PEM_write_PKCS8PrivateKey

Source
pub unsafe extern "C" fn PEM_write_PKCS8PrivateKey(
    fp: *mut _IO_FILE,
    x: *const evp_pkey_st,
    enc: *const evp_cipher_st,
    kstr: *const i8,
    klen: i32,
    cd: Option<unsafe extern "C" fn(*mut i8, i32, i32, *mut c_void) -> i32>,
    u: *mut c_void,
) -> i32