Type Definition libaudioverse_sys::LavLoggingCallback [] [src]

type LavLoggingCallback = Option<unsafe extern "C" fn(_: c_int, _: *const c_char)>;

Configure and query logging.

These functions may be used before library initialization, the intent being that you can get initialization logs. These functions, like all other functions, cannot be used after library termination.