Type Definition libaudioverse_sys::LavHandleDestroyedCallback [] [src]

type LavHandleDestroyedCallback = Option<unsafe extern "C" fn(_: LavHandle)>;

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.