[][src]Function dvbv5_sys::dvb_file_free

pub fn dvb_file_free(file: *mut dvb_file)

Free a dvb_file instance.

It is assumed that all "objects" are on the heap. If any are on the stack then a SIGABRT will result. This seems entirely reasonable.

dvb_file_free is a function-like macro in the C code which Bindgen does not handle. This is a manually written function based on the function-like macro definition.