#[unsafe(no_mangle)]pub extern "C" fn temp_file_create(
base: *const c_char,
suffix: *const c_char,
) -> *mut c_charExpand description
Create a temporary file. Returns a C string that must be freed with temp_file_free_string. Returns NULL on error.