pub type CS_TYPE_NET_SIZE_ROUTINE = Option<unsafe extern "system" fn(hbinding: *mut c_void, ulnetworkcodeset: u32, ullocalbuffersize: u32, conversiontype: *mut IDL_CS_CONVERT, pulnetworkbuffersize: *mut u32, pstatus: *mut u32)>;

Aliased Type§

enum CS_TYPE_NET_SIZE_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut i32, _: *mut u32, _: *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut i32, _: *mut u32, _: *mut u32))

Some value of type T.