AEIO_ProgressProc

Type Alias AEIO_ProgressProc 

Source
pub type AEIO_ProgressProc = Option<unsafe extern "C" fn(refcon: *mut c_void, count: A_long, total: A_long) -> A_Err>;

Aliased Type§

pub enum AEIO_ProgressProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.