Function glib_sys::g_file_get_contents[][src]

pub unsafe extern "C" fn g_file_get_contents(
    filename: *const c_char,
    contents: *mut *mut u8,
    length: *mut size_t,
    error: *mut *mut GError
) -> gboolean