pub type LavHandleDestroyedCallback = Option<unsafe extern "C" fn(which: LavHandle)>;Expand description
Configure the handle destroyed callback. Also may be used before initialization. This exists only for bindings. If you use this in your C program, you may have design issues.
Aliased Type§
pub enum LavHandleDestroyedCallback {
None,
Some(unsafe extern "C" fn(i32)),
}