[][src]Function places_ffi::places_interrupt_handle_destroy

#[no_mangle]pub unsafe extern "C" fn places_interrupt_handle_destroy(
    v: *mut SqlInterruptHandle
)

Safety

This is equivalent to calling Box::from_raw with panic handling, and thus inherits [Box::from_raw]'s safety properties. That is to say, this function is wildly unsafe.