pub unsafe fn WsDateTimeToFileTime(
    datetime: *const WS_DATETIME,
    filetime: *mut FILETIME,
    error: Option<*const WS_ERROR>
) -> Result<()>