pub unsafe extern "C" fn s2n_connection_set_secret_callback(
    conn: *mut s2n_connection,
    cb_func: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut s2n_connection, _: u32, _: *mut u8, _: u8) -> i32>,
    ctx: *mut c_void
) -> i32