Type Alias boring_sys::sk_ASN1_INTEGER_delete_if_func

source ·
pub type sk_ASN1_INTEGER_delete_if_func = Option<unsafe extern "C" fn(arg1: *mut ASN1_INTEGER, arg2: *mut c_void) -> c_int>;

Aliased Type§

enum sk_ASN1_INTEGER_delete_if_func {
    None,
    Some(unsafe extern "C" fn(_: *mut asn1_string_st, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut asn1_string_st, _: *mut c_void) -> i32)

Some value of type T.