Function g_thread_create_full

pub unsafe extern "C" fn g_thread_create_full(
    func: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>,
    data: *mut c_void,
    stack_size: u64,
    joinable: i32,
    bound: i32,
    priority: i32,
    error: *mut *mut GError,
) -> *mut GThread