Type Alias PR_MessageFunc

Source
pub type PR_MessageFunc = Option<unsafe extern "C" fn(err_number: A_Err, msgA: *const A_char)>;
Expand description

in data is passed to every pr entry function

Aliased Type§

pub enum PR_MessageFunc {
    None,
    Some(unsafe extern "C" fn(i32, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *const i8))

Some value of type T.