LPALREQUESTFOLDBACKSTART

Type Alias LPALREQUESTFOLDBACKSTART 

Source
pub type LPALREQUESTFOLDBACKSTART = Option<unsafe extern "C" fn(arg1: ALenum, arg2: ALsizei, arg3: ALsizei, arg4: *mut ALfloat, arg5: LPALFOLDBACKCALLBACK)>;

Aliased Type§

pub enum LPALREQUESTFOLDBACKSTART {
    None,
    Some(unsafe extern "C" fn(i32, i32, i32, *mut f32, Option<unsafe extern "C" fn(i32, i32)>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32, i32, *mut f32, Option<unsafe extern "C" fn(i32, i32)>))

Some value of type T.