[][src]Function memflow_ffi::process::os_process_info_free

#[no_mangle]pub unsafe extern "C" fn os_process_info_free(
    obj: &'static mut OsProcessInfoObj
)

Free a OsProcessInfoObj reference

Safety

obj must point to a valid OsProcessInfoObj, and was created using one of the API's functions.