pub unsafe fn WsRemoveHeader(
    message: *const WS_MESSAGE,
    headertype: WS_HEADER_TYPE,
    error: Option<*const WS_ERROR>
) -> Result<()>