Function g_file_set_contents

Source
pub unsafe extern "C" fn g_file_set_contents(
    filename: *const gchar,
    contents: *const gchar,
    length: gssize,
    error: *mut *mut GError,
) -> gboolean