BIO_set_fd

Function BIO_set_fd 

Source
pub unsafe extern "C" fn BIO_set_fd(
    bio: *mut BIO,
    fd: c_int,
    close_flag: c_int,
) -> c_int