blob: 630cd7791118ce54d02dd3585dbd22f321188da6 [file] [log] [blame]
extern "C" {
fn g_hash_table_new() -> *mut std::ffi::c_void;
}
pub fn func() {
unsafe {
g_hash_table_new();
}
}