pub unsafe extern "C" fn aws_thread_call_once(
    flag: *mut aws_thread_once,
    call_once: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    user_data: *mut c_void
)