Function BIO_meth_set_puts

Source
pub unsafe extern "C" fn BIO_meth_set_puts(
    biom: *mut bio_method_st,
    puts: Option<unsafe extern "C" fn(_: *mut bio_st, _: *const i8) -> i32>,
) -> i32