pub unsafe fn WsSetHeader(
    message: *const WS_MESSAGE,
    headertype: WS_HEADER_TYPE,
    valuetype: WS_TYPE,
    writeoption: WS_WRITE_OPTION,
    value: *const c_void,
    valuesize: u32,
    error: Option<*const WS_ERROR>
) -> Result<()>