Type Definition aws_lc_sys::OPENSSL_sk_cmp_func

source ·
pub type OPENSSL_sk_cmp_func = Option<unsafe extern "C" fn(a: *mut *const c_void, b: *mut *const c_void) -> c_int>;