pub unsafe extern "C" fn SSL_CTX_set_max_send_fragment(
    ctx: *mut SSL_CTX,
    max_send_fragment: usize
) -> c_int