Type Definition cffi::RetCallback[][src]

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