pub unsafe extern "C" fn aws_promise_complete(
    promise: *mut aws_promise,
    value: *mut c_void,
    dtor: Option<unsafe extern "C" fn(arg1: *mut c_void)>
)