Type Alias SmsSetPropertiesProc

Source
pub type SmsSetPropertiesProc = Option<unsafe extern "C" fn(arg1: SmsConn, arg2: SmPointer, arg3: c_int, arg4: *mut *mut SmProp)>;

Aliased Type§

enum SmsSetPropertiesProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _SmsConn, _: *mut c_void, _: i32, _: *mut *mut SmProp)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _SmsConn, _: *mut c_void, _: i32, _: *mut *mut SmProp))

Some value of type T.