pub unsafe extern "C" fn soup_server_message_set_status(
    msg: *mut SoupServerMessage,
    status_code: c_uint,
    reason_phrase: *const c_char
)