fc2AsyncCommandCallback

Type Alias fc2AsyncCommandCallback 

Source
pub type fc2AsyncCommandCallback = Option<unsafe extern "C" fn(retError: fc2Error, pUserData: *mut c_void)>;

Aliased Type§

pub enum fc2AsyncCommandCallback {
    None,
    Some(unsafe extern "C" fn(_fc2Error, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_fc2Error, *mut c_void))

Some value of type T.