Function PEM_write_bio_PKCS8PrivateKey_nid

Source
pub unsafe extern "C" fn PEM_write_bio_PKCS8PrivateKey_nid(
    bp: *mut bio_st,
    x: *const evp_pkey_st,
    nid: i32,
    kstr: *const i8,
    klen: i32,
    cb: Option<unsafe extern "C" fn(_: *mut i8, _: i32, _: i32, _: *mut c_void) -> i32>,
    u: *mut c_void,
) -> i32