pub unsafe extern "C" fn aws_task_init(
    task: *mut AwsCTask,
    fn: *mut AwsCTaskFn,
    arg: *mut c_void,
    type_tag: *const u8
)