pub unsafe extern "C" fn OPENSSL_sk_insert(
    sk: *mut OPENSSL_STACK,
    p: *mut c_void,
    where_: usize
) -> usize