Skip to main content

M_freeDevice

Function M_freeDevice 

Source
pub unsafe extern "C" fn M_freeDevice(device: *mut M_Device)
Expand description

Deallocates the memory for a device. No-op if device is NULL.

@param device The device to deallocate.