Type Definition cffi::RetCallback[][src]

pub type RetCallback<T> = Option<extern "C" fn(_: T)>;