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